home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / spaceambush.swf / scripts / frame_286 / PlaceObject2_661_118 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2007-03-12  |  183 b   |  12 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.sco >= _root.terget)
  3.    {
  4.       if(pl == 1)
  5.       {
  6.          this.play();
  7.          _root.reset = true;
  8.          pl = 0;
  9.       }
  10.    }
  11. }
  12.